home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / office german / PROPLUS.WW / PROPLSWW.CAB / EUROTOOL.XLAM / customui / customui.xml
Extensible Markup Language  |  1980-01-01  |  2KB  |  16 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <customUI onLoad="eurotool.xlam!OnRibbonLoad" xmlns="http://schemas.microsoft.com/office/2006/01/customui" xmlns:excelAddin="http://schemas.microsoft.com/office/2006/excel/addins">
  3.     <ribbon>
  4.         <tabs>
  5.             <tab idMso="TabFormulas">
  6.                 <group idQ="excelAddin:groupExcelAddins" getLabel="eurotool.xlam!GetGroupLabel" insertAfterMso="GroupCalculation">
  7.                     <labelControl id="spacer" visible="false"/>
  8.                     <button id="btnEuroConversionWizard" insertAfterQ="excelAddin:spacer" image="rId1" getLabel="eurotool.xlam!GetEuroConversionWizardLabel" onAction="eurotool.xlam!EuroConversionWizardEx" size="normal" getScreentip="eurotool.xlam!GetEuroScreentip" getSupertip="eurotool.xlam!GetEuroConversionWizardSupertip"/>
  9.                     <button id="btnEuroFormatting" insertAfterQ="excelAddin:btnEuroConversionWizard" image="rId2" getLabel="eurotool.xlam!GetApplyEuroFormattingLabel" onAction="eurotool.xlam!ApplyEuroFormattingEx" size="normal" getScreentip="eurotool.xlam!GetEuroScreentip" getSupertip="eurotool.xlam!GetApplyEuroFormattingSupertip"/>
  10.                     <dropDown id="ddEuroFormatting" insertAfterQ="excelAddin:btnEuroFormatting" getItemCount="eurotool.xlam!EuroConversionDropdownGetItemCount" getItemLabel="eurotool.xlam!EuroConversionDropdownGetItemLabel" onAction="eurotool.xlam!EuroConversionDropdownOnAction" getSelectedItemIndex="eurotool.xlam!EuroConversionDropdownGetSelectedItemIndex" getScreentip="eurotool.xlam!GetEuroScreentip" getSupertip="eurotool.xlam!GetEuroConversionDropdownSupertip"/>
  11.                     <editBox id="ebEuroFormatting" insertAfterQ="excelAddin:ddEuroFormatting" getVisible="eurotool.xlam!GetEuroEBVisible" getText="eurotool.xlam!GetEuroEBText" getScreentip="eurotool.xlam!GetEuroScreentip" getSupertip="eurotool.xlam!GetEuroConversionDropdownSupertip"/>
  12.                 </group>
  13.             </tab>
  14.         </tabs>
  15.     </ribbon>
  16. </customUI>